From c406b6ed222524e73181e91c31fc33b4608a9383 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Oct 2010 13:49:37 -0400 Subject: [PATCH] Add new GdkRGBA apis to gtk.symbols --- gtk/gtk.symbols | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index c8df972e39..69f747549e 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -681,6 +681,7 @@ gtk_cell_view_new_with_markup gtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_text gtk_cell_view_set_background_color +gtk_cell_view_set_background_rgba gtk_cell_view_set_displayed_row gtk_cell_view_set_model #endif @@ -749,6 +750,7 @@ gtk_clipboard_wait_is_target_available #if IN_FILE(__GTK_COLOR_BUTTON_C__) gtk_color_button_get_alpha gtk_color_button_get_color +gtk_color_button_get_rgba gtk_color_button_get_title gtk_color_button_get_type G_GNUC_CONST gtk_color_button_get_use_alpha @@ -757,6 +759,7 @@ gtk_color_button_new_with_color gtk_color_button_new_with_rgba gtk_color_button_set_alpha gtk_color_button_set_color +gtk_color_button_set_rgba gtk_color_button_set_title gtk_color_button_set_use_alpha #endif @@ -766,10 +769,12 @@ gtk_color_button_set_use_alpha #if IN_FILE(__GTK_COLOR_SELECTION_C__) gtk_color_selection_get_current_alpha gtk_color_selection_get_current_color +gtk_color_selection_get_current_rgba gtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_palette gtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_color +gtk_color_selection_get_previous_rgba gtk_color_selection_get_type G_GNUC_CONST gtk_color_selection_is_adjusting gtk_color_selection_new @@ -778,10 +783,12 @@ gtk_color_selection_palette_to_string gtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_current_alpha gtk_color_selection_set_current_color +gtk_color_selection_set_current_rgba gtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_palette gtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_color +gtk_color_selection_set_previous_rgba #endif #endif -- 2.30.2